home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / preseed / ltsp.seed < prev    next >
Text File  |  2009-10-28  |  435b  |  10 lines

  1. # Build an LTSP client chroot.
  2. d-i    anna/choose_modules    string ltsp-client-builder
  3. d-i    ltsp-client-builder/run    boolean true
  4. # Install the Ubuntu desktop and LTSP server.
  5. tasksel    tasksel/first    multiselect ubuntu-desktop
  6. d-i    pkgsel/include/install-recommends    boolean true
  7. d-i    pkgsel/include    string ltsp-server-standalone openssh-server
  8. # Build a client chroot.
  9. d-i    preseed/late_command    string chroot /target /usr/sbin/ltsp-update-sshkeys
  10.